home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / filutil / shidx10.zip / shidx.dat next >
Text File  |  1994-12-20  |  572b  |  29 lines

  1. #This is an example SHIDX.DAT
  2. #The "#"s are comment markers
  3.  
  4. #All header lines contain "Directory" @ column 1 (This is default though)
  5. #/DDirectory,1
  6.  
  7. #Search for multithread
  8. #/Wmultithread
  9.  
  10. #Perform a case-insensitive search
  11. /I
  12.  
  13. #Display the status
  14. /S
  15.  
  16. #Only look between columns 30 and 80 on each line
  17. #/X30,80
  18.  
  19. #Search in SIMIBM.LST
  20. #simibm.lst
  21.  
  22. #Something similar could have been put in the AUTOEXEC.BAT:
  23.  
  24. #set SHIDXDEF1=/Wmultithread /I /S /X30,80 simibm.lst
  25.  
  26. #With this variable set, the command line would look like this:
  27.  
  28. #C:> shidx /1
  29.